Make treeview cursor handling a bit more robust
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Oct 2013 17:57:33 +0000 (13:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Oct 2013 18:08:28 +0000 (14:08 -0400)
commit14e3340647da3d5de0018f2b75dd63684e5d8933
tree2ab63f5936c99317d024ba103fe65e247ff26205
parentad59827ec847d222705413bd539ce3a61c7386b7
Make treeview cursor handling a bit more robust

Clearing the model in a GtkTreeSelection::changed handler was
crashing. While it is not a 100% kosher thing to do, lets be
more robust here.
gtk/gtktreeview.c